home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Formula1.swf / scripts / DefineButton2_233 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-07-27  |  618 b   |  9 lines

  1. on(release){
  2.    loadVariablesNum("http://vodafone.panlogic.co.uk/challenge_friend_bottombar.html",0);
  3.    randyurl = random(1000);
  4.    loadVariablesNum("http://vodafone.panlogic.co.uk/vodafone/servlet/vodafone?flag=1&url=forward to friend&rand=" add randyurl,0);
  5.    var subject = "Bet you can\'t beat Schumacher...";
  6.    var body = "I\'ve just played this superb Vodafone Ferrari F1 racing game and I think you\'ll love it.%0D %0A %0D %0ASee where you can get on the global leaderboard.%0D %0A %0D %0AClick http://vodafone.panlogic.co.uk to play.";
  7.    getURL("mailto:?subject=" + subject + "&body=" + body,"");
  8. }
  9.